Initial basic static delta code drop
authorColin Walters <walters@verbum.org>
Thu, 15 Aug 2013 13:17:37 +0000 (09:17 -0400)
committerColin Walters <walters@verbum.org>
Tue, 4 Feb 2014 15:31:44 +0000 (10:31 -0500)
commit2d6374822b481e885aa5f74ef9e6f993d5c792c5
treea2e5aba12eed68eba0d22f3543e6f4ca1773886c
parent844c5ea652251d57f8afbd3ca133d7fc3ce8fc50
Initial basic static delta code drop

This has a very basic level of functionality (deltas can be generated,
and applied offline).  There is only some stubbed out pull code to
fetch them via HTTP.

But, better to commit this now and improve it from a known starting
point, rather than have it languish in a branch.
24 files changed:
Makefile-libostree.am
Makefile-ostree.am
Makefile-tests.am
src/libostree/README-deltas.md [new file with mode: 0644]
src/libostree/ostree-core-private.h
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo-static-delta-compilation.c [new file with mode: 0644]
src/libostree/ostree-repo-static-delta-core.c [new file with mode: 0644]
src/libostree/ostree-repo-static-delta-private.h [new file with mode: 0644]
src/libostree/ostree-repo-static-delta-processing.c [new file with mode: 0644]
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/libostree/ostree-varint.c
src/libostree/ostree-varint.h
src/libotutil/ot-variant-utils.c
src/libotutil/ot-variant-utils.h
src/ostree/main.c
src/ostree/ot-builtin-static-delta.c [new file with mode: 0644]
src/ostree/ot-builtins.h
tests/test-delta.sh [new file with mode: 0755]
tests/test-varint.c